home *** CD-ROM | disk | FTP | other *** search
/ Software USA 4 #8 / Software USA Volume 4.08.iso / pc / games / edgrevrs / run / edgervsi.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  1999-03-08  |  4.3 KB  |  203 lines

  1. object AboutBox: TAboutBox
  2.   Left = 299
  3.   Top = 111
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 228
  8.   ClientWidth = 298
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = [fsBold]
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 14
  20.   object Panel1: TPanel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 281
  24.     Height = 177
  25.     BevelOuter = bvLowered
  26.     TabOrder = 0
  27.     object Version: TLabel
  28.       Left = 8
  29.       Top = 84
  30.       Width = 44
  31.       Height = 14
  32.       Caption = 'Version'
  33.       IsControl = True
  34.     end
  35.     object Copyright: TLabel
  36.       Left = 8
  37.       Top = 119
  38.       Width = 54
  39.       Height = 14
  40.       Caption = 'Copyright'
  41.       IsControl = True
  42.     end
  43.     object Comments: TLabel
  44.       Left = 8
  45.       Top = 136
  46.       Width = 34
  47.       Height = 14
  48.       Caption = 'e-mail'
  49.       WordWrap = True
  50.       IsControl = True
  51.     end
  52.     object Label1: TLabel
  53.       Left = 76
  54.       Top = 84
  55.       Width = 32
  56.       Height = 14
  57.       Caption = 'Label1'
  58.       Font.Charset = DEFAULT_CHARSET
  59.       Font.Color = clBlack
  60.       Font.Height = -11
  61.       Font.Name = 'Arial'
  62.       Font.Style = []
  63.       ParentFont = False
  64.     end
  65.     object LMDLabel1: TLMDLabel
  66.       Left = 72
  67.       Top = 8
  68.       Width = 201
  69.       Height = 65
  70.       Alignment = agCenter
  71.       AutoSize = False
  72.       Caption = 'edge Reversi'
  73.       Font.Charset = DEFAULT_CHARSET
  74.       Font.Color = clRed
  75.       Font.Height = -24
  76.       Font.Name = 'Arial'
  77.       Font.Style = [fsBold]
  78.       FontFx.Style = tdShadow
  79.       ParentFont = False
  80.     end
  81.     object LMDSimpleLabel1: TLMDSimpleLabel
  82.       Left = 76
  83.       Top = 136
  84.       Width = 113
  85.       Height = 16
  86.       Font.Charset = DEFAULT_CHARSET
  87.       Font.Color = clBlack
  88.       Font.Height = -11
  89.       Font.Name = 'Arial'
  90.       Font.Style = []
  91.       ParentFont = False
  92.       Caption = 'maughan@bigfoot.com'
  93.     end
  94.     object Label2: TLabel
  95.       Left = 76
  96.       Top = 119
  97.       Width = 102
  98.       Height = 14
  99.       Caption = 'Steve Maughan 1998'
  100.       Font.Charset = DEFAULT_CHARSET
  101.       Font.Color = clBlack
  102.       Font.Height = -11
  103.       Font.Name = 'Arial'
  104.       Font.Style = []
  105.       ParentFont = False
  106.     end
  107.     object Label3: TLabel
  108.       Left = 8
  109.       Top = 101
  110.       Width = 48
  111.       Height = 14
  112.       Caption = 'RevMark'
  113.       IsControl = True
  114.     end
  115.     object Label4: TLabel
  116.       Left = 76
  117.       Top = 101
  118.       Width = 32
  119.       Height = 14
  120.       Caption = 'Label1'
  121.       Font.Charset = DEFAULT_CHARSET
  122.       Font.Color = clBlack
  123.       Font.Height = -11
  124.       Font.Name = 'Arial'
  125.       Font.Style = []
  126.       ParentFont = False
  127.     end
  128.     object Label5: TLabel
  129.       Left = 8
  130.       Top = 154
  131.       Width = 30
  132.       Height = 14
  133.       Caption = 'WWW'
  134.       WordWrap = True
  135.       IsControl = True
  136.     end
  137.     object LMDSimpleLabel2: TLMDSimpleLabel
  138.       Left = 76
  139.       Top = 154
  140.       Width = 147
  141.       Height = 16
  142.       Font.Charset = DEFAULT_CHARSET
  143.       Font.Color = clBlue
  144.       Font.Height = -11
  145.       Font.Name = 'Arial'
  146.       Font.Style = [fsUnderline]
  147.       ParentFont = False
  148.       Caption = 'http://home.clara.net/maughan'
  149.       UseAsJump = True
  150.     end
  151.     object Reversi1: TReversi
  152.       Left = 8
  153.       Top = 8
  154.       Width = 64
  155.       Height = 64
  156.       Gamma = 100
  157.       Level = TimeLevel
  158.       MoveTime = 1
  159.       ToMove = Black
  160.       Nodes = 0
  161.       Mode = Normal
  162.       WhiteDiscs = 2
  163.       BlackDiscs = 2
  164.       ShowJustPlayed = False
  165.       JustPlayedColour = clYellow
  166.       ShowLegal = False
  167.       ShowThinking = False
  168.       ShowLegalColor = clRed
  169.       ShowFlips = False
  170.       Selective = True
  171.       SelectiveDepth = 5
  172.       Thinking = False
  173.       Version = '1.0a'
  174.       Color = clGreen
  175.     end
  176.   end
  177.   object OKButton: TBitBtn
  178.     Left = 116
  179.     Top = 190
  180.     Width = 65
  181.     Height = 33
  182.     TabOrder = 1
  183.     Kind = bkOK
  184.     IsControl = True
  185.   end
  186.   object LMDFormStyler1: TLMDFormStyler
  187.     Font.Charset = DEFAULT_CHARSET
  188.     Font.Color = clWindowText
  189.     Font.Height = -13
  190.     Font.Name = 'System'
  191.     Font.Style = []
  192.     Options = [fsAdjustRect, fsUseDefaultFont, fsUseFormCaption]
  193.     Left = 228
  194.     Top = 192
  195.   end
  196.   object LMDForm1: TLMDForm
  197.     Effect = deExplodeExt
  198.     IniKey = 'AboutBox'
  199.     Left = 192
  200.     Top = 192
  201.   end
  202. end
  203.